Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentiment analysis logregspacy #13656

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

samhithamuvva
Copy link

Summary of Changes

Implemented a custom Logistic Regression model for sentiment analysis using spaCy without relying on scikit-learn. The model processes datasets to classify text as positive or negative. Additionally, a comprehensive README.md file was created to guide users through installation, usage, and testing of the model.

Description

This pull request introduces a new feature that includes a custom Logistic Regression sentiment analysis model. The implementation is based on spaCy and avoids using scikit-learn, thereby providing a more integrated solution within the spaCy ecosystem.

The model processes the dataset, trains the logistic regression classifier, and outputs classification results. The README file has been updated to include detailed instructions for running the model, testing its performance, and using it within user projects.

Types of change

  • New Feature: Introduced a custom Logistic Regression model for sentiment analysis only using spaCy.
  • Documentation: Updated the README.md file to include usage instructions, testing guidelines, and examples.

Checklist

  • I confirm that I have the right to submit this contribution under the project's MIT license.
  • I ran the tests, and all new and existing tests passed.
  • My changes don't require a change to the documentation, or if they do, I've added all required information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant